.page {
	margin: 20px 5px 15px;
	/*border-bottom: 1px solid #E2E2E2;*/
	background-color: #FFFFFF;
	overflow: hidden;
	font-family: "微软雅黑";
	clear: both;
}

.pageLeft {
	font-size: 12px;
	line-height: 38px;
	color: #848484;
	float: left;
	margin:0px 0px 0px 22px;
	padding:0px;
}

.pageRight {
	margin:0px 22px 0px 0px;
	padding:8px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
}

.pageRight a {
	display: inline-block;
	padding: 0 7px;
	border: 1px solid #e0e0e0;
	background-color: #e8e8e8;
	font-size: 12px;
	line-height: 20px;
	color: #848484;
	margin-right: 5px;
	text-align: center;
	text-decoration:none;
}

.pageRight a:hover {
	border: 1px solid #019ee7;
	color: #019ee7;
}

.pageRight input {
	display: inline-block;
	width: 30px;
	height: 23px;
	border: 2px solid #288CE2;
	font-size: 14px;
	line-height: 18px;
	color: #288CE2;
	margin-right: 5px;
	padding: 0 3px;
	text-align: center;
	outline: none;
}

#jump {
	background-color: #288CE2;
	border-color: #288CE2;
	color: #FFFFFF;
	outline: none;
}

.pageRight span.disabled{
	display: inline-block;
	padding: 0 7px;
	border: 1px solid #eeeeee;
	background-color: #F2F2F2;
	font-size: 12px;
	line-height: 20px;
	color: #c9c8c8;
	margin-right: 5px;
	text-align: center;
}

.pageRight span.ellipsis{
	display: inline-block;
	padding: 0 7px;
	border: 1px solid #e0e0e0;
	background-color: #e8e8e8;
	font-size: 12px;
	line-height: 20px;
	color: #848484;
	margin-right: 5px;
	text-align: center;
	text-decoration:none;
}

.pageRight a.disabled{
	display: inline-block;
	padding: 0 7px;
	border: 1px solid #019ee7;
	background-color: #F2F2F2;
	font-size: 12px;
	line-height: 20px;
	color: #019ee7;
	margin-right: 5px;
	text-align: center;
}